home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / compiler / consts.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  642b  |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. OP_ASSIGN = 'OP_ASSIGN'
  5. OP_DELETE = 'OP_DELETE'
  6. OP_APPLY = 'OP_APPLY'
  7. SC_LOCAL = 1
  8. SC_GLOBAL = 2
  9. SC_FREE = 3
  10. SC_CELL = 4
  11. SC_UNKNOWN = 5
  12. CO_OPTIMIZED = 1
  13. CO_NEWLOCALS = 2
  14. CO_VARARGS = 4
  15. CO_VARKEYWORDS = 8
  16. CO_NESTED = 16
  17. CO_GENERATOR = 32
  18. CO_GENERATOR_ALLOWED = 4096
  19. CO_FUTURE_DIVISION = 8192
  20.